type crypto/x509.rfc2821Mailbox
13 uses
crypto/x509 (current package)
constraints.go#L398: fullEmails map[rfc2821Mailbox]struct{}
constraints.go#L402: query(rfc2821Mailbox) (string, bool)
constraints.go#L407: exactMap := map[rfc2821Mailbox]struct{}{}
constraints.go#L434: func (ec *emailConstraints) query(s rfc2821Mailbox) (string, bool) {
constraints.go#L453: func checkConstraints[T string | *net.IPNet, V any, P string | net.IP | parsedURI | rfc2821Mailbox](c constraints[T, V], s V, p P) error {
constraints.go#L471: email constraints[string, rfc2821Mailbox]
constraints.go#L477: func (cc *chainConstraints) check(dns []string, uris []parsedURI, emails []rfc2821Mailbox, ips []net.IP) error {
constraints.go#L521: email: constraints[string, rfc2821Mailbox]{"email address", newEmailConstraints(c.PermittedEmailAddresses, true), newEmailConstraints(c.ExcludedEmailAddresses, false)},
constraints.go#L604: func parseMailboxes(emails []string) ([]rfc2821Mailbox, error) {
constraints.go#L605: parsed := make([]rfc2821Mailbox, 0, len(emails))
verify.go#L252: type rfc2821Mailbox struct {
verify.go#L256: func (s rfc2821Mailbox) String() string {
verify.go#L264: func parseRFC2821Mailbox(in string) (mailbox rfc2821Mailbox, ok bool) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |